Response
| Field | Description | Type |
|---|---|---|
| total | Quantity of documents | integer |
| items | List of documents | array |
Items:
| Field | Description | Type |
|---|---|---|
| id | Shipment document ID | integer |
| num | Shipment document number | string |
| doc_subtype | Document subtype (0 – shipment document, 1 – return document) | integer |
| partner_name | Name of the counterparty | string |
| partner_fiscal_id | Fiscal ID (TIN) of the counterparty | string |
| depart_from_id | Sending department ID | integer |
| depart_to_id | Receiving department ID | Integer |
| status | Document status (0 – draft; 1 – confirmed; 2 – sent; 3 – completed; 4 – canceled) | integer |